home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / reuse.lha / reuse / m2c / Positions.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  428b  |  14 lines

  1. #define DEFINITION_Positions
  2.  
  3. #ifndef DEFINITION_IO
  4. #include "IO.h"
  5. #endif
  6.  
  7. typedef struct Positions_1 {
  8.     SHORTCARD Line, Column;
  9. } Positions_tPosition;
  10. extern Positions_tPosition Positions_NoPosition;
  11. extern INTEGER Positions_Compare ARGS((Positions_tPosition Position1, Positions_tPosition Position2));
  12. extern void Positions_WritePosition ARGS((IO_tFile File, Positions_tPosition Position));
  13. extern void BEGIN_Positions();
  14.